var google.golang.org/protobuf/reflect/protoreflect.int32Type

7 uses

	google.golang.org/protobuf/reflect/protoreflect (current package)
		value_equal.go#L52: 	case int32Type, int64Type:
		value_union.go#L132: 	return Value{typ: int32Type, num: uint64(v)}
		value_union.go#L204: 	case int32Type:
		value_union.go#L233: 	case int32Type:
		value_union.go#L282: 	case int32Type, int64Type:
		value_union.go#L373: 	case boolType, int32Type, int64Type, uint32Type, uint64Type, stringType:
		value_unsafe.go#L24: 	int32Type   = typeOf(*new(int32))